03. MySQL
JavaND#305 C03 L01 A03 MySQL
Summary
MySQL is an open-source relational database management system (RDBMS) used by a very large number of web-based applications.
This course uses MySQL v5.7.
Exercise
Task Description:
Installation Instructions
Download MySQL.
Install MySQL
Windows Installation.
MacOS Installation.
Create Database
CREATE DATABASE JDND-C3
Task Feedback:
Congratulations! Now you have a working MySQL installation in your workstation.